home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
djgpp
/
clients
/
xfd
/
wc4g
< prev
next >
Wrap
Text File
|
1994-08-12
|
470b
|
30 lines
#
# QOS Makefile for Watcom 9.5 C/C++ 32 with DOS/4GW extender.
#
CFLAGS = -DMSDOS
all: wc4g.tag xfd.exe ~\app-defa\xfd.res
O = xfd.obj \
fontgrid.obj
.c.obj :
wcc386 $(CFLAGS) $*.c
~\app-defa\xfd.res: xfd.ad
copy xfd.ad ~\app-defa\xfd.res
xfd.exe: wc4g $(O)
wlink N xfd.exe f xfd,fontgrid l xaw,xmu,xt,X11,xext,sys op st=30k,caseexact
wc4g.tag:
del *.tag
del *.obj
del *.map
del *.rsp
del *.cfg
del *.exe
echo >wc4g.tag